dotnetCHARTING Send comments on this topic.
Add(Hotspot[]) Method
See Also 
dotnetCHARTING Namespace > HotspotCollection Class > Add Method : Add(Hotspot[]) Method


hotspotList
A list of Hotspot objects to add.
Adds the specified Hotspot objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray hotspotList() As Hotspot _
) 
Visual Basic (Usage)Copy Code
Dim instance As HotspotCollection
Dim hotspotList() As Hotspot
 
instance.Add(hotspotList)
C# 
public void Add( 
   params Hotspot[] hotspotList
)

Parameters

hotspotList
A list of Hotspot objects to add.

See Also

© 2010 All Rights Reserved.